<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">c/* CSS Document */
/*以下为公用样式，不可以修改，如涉及到请在html页面删除相应的class或id*/
body {
    font-size: 12px;
    line-height: 26px;
    font-family: "微软雅黑";
}

.q_fs {
    font-family: "宋体";
}

.q_fa {
    font-family: Arial, Helvetica, sans-serif;
}
c
.q_fg {
    font-family: Georgia, "Times New Roman", Times, serif;
}

.q_ft {
    font-family: "Times New Roman", Times, serif;
}

.q_l {
    float: left;
}

.q_r {
    float: right;
}

.q_oh {
    overflow: hidden;
}

.q_pr {
    position: relative;
}

.q_pa {
    position: absolute;
}

.w1002, .w1004, .w1100, .w1200 {
    margin: 0px auto;
}

.w1002 {
    width: 1002px;
}

.w1004 {
    width: 1004px;
}

.w1100 {
    width: 1100px;
}

.w1200 {
    width: 1200px;
}
/*以上为公用样式，不可以修改，如涉及到请在html页面删除相应的class或id*/
/*BEGIN*/
.c_textfifne {
    padding: 15px 0;
    line-height: 30px;
    text-align: center;
}

    .c_textfifne a {
        color: #333;
    }

        .c_textfifne a:hover {
            color: #c00;
        }

    .c_textfifne a {
        font-size: 14px;
        color: #333333;
    }

        .c_textfifne a:hover {
            color: #cb0101;
        }

    .c_textfifne span {
        background: url(../images/time_logo.png) no-repeat left 2px;
        height: 16px;
        padding: 0 10px 0 20px;
    }

    .c_textfifne em {
        background: url(../images/chakan_logo.png) no-repeat left 4px;
        height: 16px;
        padding: 0 28px 0 22px;
    }


.ql_bottom {
    clear: both;
}
/*END*/
/*首页BEGIN*/
.ql_top_bg {
    background: #235089;
    /*background: url(../images/top_bg.jpg) repeat-x;*/
    height: 248px;
    position: relative;
}
.ql_top_bg::before{
	content:'';
	display:block;
	width:100%;
	height:1px;
	border-top:1px solid rgba(255,255,255,.2);
	position:absolute;
	left:0;
	top:190px;
}
.ql_top {
    width: 1200px;
    margin: 0 auto;
    height: 248px;
}

.ql_top_t {
    height: 36px;
}

.ql_top_tl p {
    line-height: 36px;
    color: #ffffff;
    float: left;
}

.ql_top_tr {
    height: 36px;
    width: 320px;
    float: right;
}

    .ql_top_tr a {
        display: block;
        background: url(../images/top_dian.png) no-repeat center left;
        height: 36px;
        width: 76px;
        padding-left: 4px;
        text-align: center;
        line-height: 36px;
        color: #ffffff;
        float: left;
    }

        .ql_top_tr a:hover {
            color: #5aa3ff;
        }

.ql_top_b {
    height: 153px;
}

.ql_top_bl a img {
    display: block;
    float: left;
    margin: 22px 0 0 0;
}

.ql_top_br {
    background: url(../images/top_yinying.png) no-repeat;
    width: 355px;
    float: right;
    height: 153px;
}

.zxbm_ftxt {
    width: 158px;
    height: 31px;
    padding: 0 28px 0 14px;
    background: url(../images/sousuokang.png) no-repeat;
    float: left;
    position: relative;
    margin: 64px 0 0 142px;
}

    .zxbm_ftxt input {
        height: 31px;
        line-height: 31px;
        width: 168px;
        border: none;
        background: none;
        font-size: 12px;
        color: #aaaaaa;
        position: absolute;
    }

    .zxbm_ftxt a {
        display: block;
        background: url(../images/sousuo.png) no-repeat center;
        width: 28px;
        height: 31px;
        position: absolute;
        top: 0px;
        right: 0px;
    }

.dh {
    width: 1200px;
    margin: 0 auto;
}

    .dh ul {
        width: 1209px;
        position: relative;
        z-index: 999;
    }

        .dh ul li {
            height: 59px;
            width: 100px;
            display: block;
            float: left;
            font-size: 16px;
            text-align: center;
            line-height: 59px;
            position: relative;
        }

            .dh ul li ul.c_sublistee {
                padding-left: 200px;
                min-height: 130px;
                position: absolute;
                width: 500px;
                background: #fff url(../images/top_xlbg.png) 5px 5px;
                left: 0;
                top: 59px;
                display: none;
                background-repeat: no-repeat;
            }

            .dh ul li.c_huang ul.c_sublistee {
                left: auto;
                right: 0;
            }

            .dh ul li:hover ul.c_sublistee {
                display: block;
            }
.banner {
    width: 100%;
    height: 715px;
    position: relative;
    overflow: hidden;
}

    .banner .swiper {
        width: 100%;
        height: 100%;
    }

    .banner img {
        width: 100%;
        height: 100%;
    }

    /*.banner .swiper .swiper-slide.swiper-slide-active img {
        animation: big 8s ease-in-out forwards;
    }*/

    .banner .swiper-pagination {
        bottom: 30px !important;
        height: 30px;
        line-height: 30px;
        /*text-align: right;*/
        padding: 0 260px;
        box-sizing: border-box;
    }

    .banner .swiper-pagination-bullet {
        background: none;
        color: #ffffff;
        font-size: 16px;
        opacity: 1;
        margin: 0 15px !important;
        width: auto;
        height: 30px;
        position: relative;
        text-align: left;
    }
    .banner .swiper-button-next, .banner .swiper-button-prev {
        color:#fff;
    }
    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
        font-size: 28px;
        min-width: 80px;
    }
    .banner .swiper-button-next{
        right:140px;
    }
    .banner .swiper-button-prev {
        left: 140px;
    }

            .banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
                content: '';
                display: block;
                width: 54px;
                height: 1px;
                position: absolute;
                background-color: #fff;
                top: 50%;
                right: 0;
                transform: translateY(-50%);
                transition: all .5s ease-out 0s;
            }


/*.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: '';
    display: block;
    background: url(../img/icon1.png) no-repeat center;
    background-size: 100% 100%;
    width: 24px;
    height: 27px;
    position: absolute;
    top: 45%;
    right: 14px;
    transform: translateY(-50%);
    transition: all .5s ease-out 0s;
}*/
            .dh ul li ul.c_sublistee li {
                width: auto;
                padding: 10px;
                height: auto;
                text-align: left;
                white-space: nowrap;
                margin: 0 8px;

            }

                .dh ul li ul.c_sublistee li a {
                    font-size: 14px;
                    height: auto;
                    text-align: left;
                    line-height: 22px;
                    display: block;
                    
                }
               .dh ul li&gt;a:hover {
                    background: url(../images/x_g.png) no-repeat  center 90%;
                    background-size: 22px 13px;
                }
                .dh ul li.xuanzhong&gt;a {
                    background: url(../images/x_g.png) no-repeat  center 90%;
                    background-size: 22px 13px;
                }
                .dh ul li ul.c_sublistee li:hover a {
                    background: none;
                    color: #c00;
                }

                .dh ul li ul.c_sublistee li.ejdh_xd a {
                    background: none;
                    color: #c00;
                }

.home_banner .slides, .home_banner .slides .ulImage, .home_banner .slides .ulImage li {
    height: 715px;
}
/*.home_banner {
    height:715px !important;
}
.home_banner ul{
     width: 100% !important;
    height: 715px !important;
}
.home_banner li {
    width: 100% !important;
    height: 715px !important;
}*/
.dh ul li.xuanzhong &gt; a {
    /*background: url(../images/hover_dh.jpg) no-repeat;*/
    color: #f39b75;
    font-weight: 700;
}
           
            .dh ul li:hover &gt; a {
                color: #f39b75;
                font-weight: 700;
            }
            .dh ul li:hover &gt; a::before {
                display: block;
            }
            .dh ul.clearfix&gt;li&gt;a{
                color:#fff;
            }
            .dh ul li a {
                display: block;
                height: 59px;
                color: #333;
                background: none;
            }

            /*.dh ul li:hover &gt; a {
                background: url(../images/hover_dh.jpg) no-repeat;
                color: #fff;
            }*/

.ql_bottom_bg {
    background: #235089;
    height: 423px;
    overflow: hidden;
    clear: both;
}

.ql_bottom {
    width: 1200px;
    margin: 0 auto;
}

.ql_bottom_t {
    height: 132px;
    border-bottom: 1px solid #4376b5;
}

    .ql_bottom_t a {
        display: block;
        height: 91px;
    }

        .ql_bottom_t a img {
            display: block;
            margin: 0 auto;
            padding-top: 22px;
        }

.ql_bottom_c {
    min-height: 250px;
    border-bottom: 1px solid #4376b5;
}

.ql_bottom_cl {
    width: 801px;
    float: left;
}

    .ql_bottom_cl ul dl {
        display: block;
        float: left;
        width: 106px;
    }

        .ql_bottom_cl ul dl dt a {
            display: block;
            font-size: 14px;
            color: #ffffff;
            line-height: 22px;
            padding: 9px 0;
        }

        .ql_bottom_cl ul dl dd a {
            display: block;
            color: #fff;
            line-height: 18px;
            padding: 6px 0;
        }

        .ql_bottom_cl ul dl a:hover {
            color: #ff0;
        }

    .ql_bottom_cl ul {
        display: block;
        padding: 0 35px 0 11px;
        margin-top: 30px;
        border-right: 1px solid #4376b5;
    }

.ql_bottom_cr {
    width: 313px;
    float: right;
    min-width: 150px;
    margin-top: 28px;
}

.fenxiang_zi {
    height: 34px;
    width: 309px;
}

    .fenxiang_zi a {
        height: 34px;
        width: 60px;
        display: block;
        float: left;
        color: #fff;
        line-height: 34px;
        margin-right: 23px;
        cursor: pointer;
    }

        .fenxiang_zi a:hover {
            color: #ff0;
        }

a.map_none {
    margin-right: 0px;
}

.lxfs_index {
    line-height: 30px;
    color: #fff;
    margin-top: 13px;
}

.ql_bottom_b {
    height: 38px;
    line-height: 38px;
    color: #fff;
}

    .ql_bottom_b a {
        color: #fff;
    }

        .ql_bottom_b a:hover {
            color: #ff0;
        }

    .ql_bottom_b p {
        display: block;
        float: left;
    }

    .ql_bottom_b &gt; span {
        display: block;
        float: right;
        height: 38px;
        width: 258px;
        text-align: right;
    }

.con_bg {
    background: #f5f3f3 url(../images/indexbg.png) no-repeat center bottom;
    min-height: 1200px;
    padding-bottom: 31px;
}

.left_gd {
    width: 700px;
    position: relative;
}

.left_gd_dian ul {
    width: 130px;
    position: absolute;
    top: 370px;
    left: 50%;
    z-index: 9999;
    margin-left: -46px;
}

    .left_gd_dian ul li {
        background: url(../images/gundong_dian.png) no-repeat;
        width: 11px;
        height: 11px;
        display: block;
        float: left;
        text-indent: 999px;
        padding-right: 10px;
        cursor: pointer;
    }

.left_gd_dian ul {
    overflow: hidden;
}

    .left_gd_dian ul li.on {
        background: url(../images/hover_hongdian.png) no-repeat;
    }

.left_gd_hg {
    width: 700px;
    height: 394px;
}

    .left_gd_hg ul li {
        display: block;
        width: 700px;
        height: 394px;
    }

.con {
    width: 1200px;
    margin: 0 auto;
    min-height: 800px;
    padding-bottom: 20px;
}

.con_one {
    padding-top: 27px;
    overflow: hidden;
}

.con_one_t {
    width: 480px;
    height: 394px;
    float: left;
    background: #ffffff;
}

.left_gd {
    float: right;
}

.con_one_tl {
    width: 58px;
    height: 394px;
    background: #004aa1 url(../images/coll_new_bg.jpg) no-repeat;
    float: left;
}

    .con_one_tl h2 {
        width: 18px;
        margin: 28px 0 0 20px;
    }

        .con_one_tl h2 a {
            font-size: 18px;
            color: #ffffff;
            line-height: 22px;
        }

            .con_one_tl h2 a:hover {
                color: #c8000d;
            }

.con_one_tr {
    float: left;
    margin: 18px 0 0 17px;
}

    .con_one_tr ul li {
        display: block;
        width: 360px;
        height: 32px;
        border-bottom: 1px dotted #cccccc;
        background: url(../images/xyyw_lb_bg.png) no-repeat center left;
        padding-left: 24px;
        vertical-align: middle;
    }

        .con_one_tr ul li h3 {
            line-height: 32px;
            font-size: 13px;
            font-weight: normal;
        }

        .con_one_tr ul li:hover {
            background: url(../images/hover_xyyw_lb_bg.png) no-repeat center left;
        }

        .con_one_tr ul li h3 a {
            display: block;
            color: #666666;
        }

        .con_one_tr ul li span {
            float: right;
            line-height: 33px;
            color: #666;
        }

        .con_one_tr ul li:hover h3 a {
            color: #004aa1;
        }

.con_two {
    padding-top: 30px;
    clear: both;
}

.con_two_l {
    width: 385px;
    min-height: 380px;
    background: #ffffff;
    float: left;
}

.con_two_lt {
    height: 42px;
    border-bottom: 1px solid #e1e1e1;
    background: #004aa1;
}

    .con_two_lt h2 {
        line-height: 42px;
        float: left;
        font-size: 18px;
        padding-left: 14px;
    }

        .con_two_lt h2 a {
            display: block;
            color: #fff;
        }

            .con_two_lt h2 a:hover {
                color: #feda14;
            }

                .con_two_lt h2 a:hover em {
                    /*color:#c00;*/
                }

            .con_two_lt h2 a em {
                color: #598ccd;
                font-family: "times new roman";
                text-transform: uppercase;
                margin-left: 10px;
            }

    .con_two_lt span {
        display: block;
        float: right;
        padding-right: 14px;
    }

        .con_two_lt span a {
            font-size: 13px;
            color: #fff;
            line-height: 42px;
        }

            .con_two_lt span a:hover {
                color: #feda14;
            }

.con_two_lb {
    padding-top: 22px;
}

.xinwen .con_two_lb {
    width: 430px;
    float: left;
}

    .xinwen .con_two_lb &gt; ul li {
        width: 428px;
    }

        .xinwen .con_two_lb &gt; ul li:hover {
            background: url(../images/djgz_dian.png) no-repeat left 32px;
        }

    .xinwen .con_two_lb &gt; ul {
        min-height: 128px;
        margin-bottom: 0;
    }

.con_two_lb a img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.con_two_lb a {
    display: block;
}

.con_two_lb img {
    display: block;
    margin: 0 auto;
}

.con_two_lb &gt; ul {
    width: 337px;
    margin: 0 auto;
    min-height: 171px;
    padding-top: 15px;
}

    .con_two_lb &gt; ul li {
        width: 337px;
        height: 32px;
        background: url(../images/xsdt_dian.png) no-repeat center left;
    }

        .con_two_lb &gt; ul li h3 {
            line-height: 32px;
            float: left;
            padding-left: 17px;
        }

            .con_two_lb &gt; ul li h3 a {
                font-size: 14px;
                color: #666666;
                font-weight: normal;
            }

        .con_two_lb &gt; ul li:hover {
            background: url(../images/hover_xsdt_dian.png) no-repeat center left;
        }

            .con_two_lb &gt; ul li:hover h3 a {
                color: #004aa1;
            }

        .con_two_lb &gt; ul li span {
            display: block;
            float: right;
            color: #999999;
            line-height: 32px;
            font-family: Arial;
        }

.con_two_c {
    width: 385px;
    min-height: 380px;
    background: #ffffff;
    float: left;
    margin-left: 21px;
}

.con_two_ct {
    height: 42px;
    border-bottom: 1px solid #e1e1e1;
    background: #004aa1;
}

    .con_two_ct h2 {
        line-height: 42px;
        float: left;
        font-size: 18px;
        padding-left: 14px;
    }

        .con_two_ct h2 a {
            display: block;
            color: #fff;
        }

            .con_two_ct h2 a:hover {
                color: #feda14;
            }

                .con_two_ct h2 a:hover em {
                    /*color:#c00;*/
                }

            .con_two_ct h2 a em {
                color: #4f8ad0;
                font-family: "times new roman";
                text-transform: uppercase;
                margin-left: 10px;
            }

    .con_two_ct span {
        display: block;
        float: right;
        padding-right: 14px;
    }

        .con_two_ct span a {
            font-size: 13px;
            color: #fff;
            line-height: 42px;
        }

            .con_two_ct span a:hover {
                color: #feda14;
            }

.con_two_cb {
    padding-top: 22px;
}

    .con_two_cb a img:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .con_two_cb img {
        display: block;
        margin: 0 auto;
    }

    .con_two_cb &gt; ul {
        width: 337px;
        margin: 0 auto;
        min-height: 171px;
        padding-top: 15px;
    }

        .con_two_cb &gt; ul li {
            width: 337px;
            height: 32px;
            background: url(../images/xsdt_dian.png) no-repeat center left;
        }

            .con_two_cb &gt; ul li h3 {
                line-height: 32px;
                float: left;
                padding-left: 17px;
            }

                .con_two_cb &gt; ul li h3 a {
                    font-size: 14px;
                    color: #666666;
                    font-weight: normal;
                }

            .con_two_cb &gt; ul li:hover {
                background: url(../images/hover_xsdt_dian.png) no-repeat center left;
            }

                .con_two_cb &gt; ul li:hover h3 a {
                    color: #004aa1;
                }

            .con_two_cb &gt; ul li span {
                display: block;
                float: right;
                color: #999999;
                line-height: 32px;
                font-family: Arial;
            }

.con_two_r {
    width: 385px;
    min-height: 380px;
    background: #ffffff;
    float: left;
    margin-left: 21px;
}

.con_two_rt {
    height: 42px;
    border-bottom: 1px solid #e1e1e1;
    background: #004aa1;
}

    .con_two_rt h2 {
        line-height: 42px;
        float: left;
        font-size: 18px;
        padding-left: 14px;
    }

        .con_two_rt h2 a {
            display: block;
            color: #fff;
        }

            .con_two_rt h2 a:hover {
                color: #feda14;
            }

                .con_two_rt h2 a:hover em {
                    /*color:#c00;*/
                }

            .con_two_rt h2 a em {
                color: #538cd1;
                text-transform: uppercase;
                margin-left: 10px;
                font-family: "times new roman";
            }

    .con_two_rt span {
        display: block;
        float: right;
        padding-right: 14px;
    }

        .con_two_rt span a {
            font-size: 13px;
            color: #fff;
            line-height: 42px;
        }

            .con_two_rt span a:hover {
                color: #feda14;
            }

.con_two_rb {
    padding-top: 22px;
}

    .con_two_rb a img:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .con_two_rb img {
        display: block;
        margin: 0 auto;
    }

    .con_two_rb &gt; ul {
        width: 337px;
        margin: 0 auto;
        min-height: 171px;
        padding-top: 15px;
    }

        .con_two_rb &gt; ul li {
            width: 337px;
            height: 32px;
            background: url(../images/xsdt_dian.png) no-repeat center left;
        }

            .con_two_rb &gt; ul li h3 {
                line-height: 32px;
                float: left;
                padding-left: 17px;
            }

                .con_two_rb &gt; ul li h3 a {
                    font-size: 14px;
                    color: #666666;
                    font-weight: normal;
                }

            .con_two_rb &gt; ul li:hover {
                background: url(../images/hover_xsdt_dian.png) no-repeat center left;
            }

                .con_two_rb &gt; ul li:hover h3 a {
                    color: #004aa1;
                }

            .con_two_rb &gt; ul li span {
                display: block;
                float: right;
                color: #999999;
                line-height: 32px;
                font-family: Arial;
            }

.con_three {
    height: 410px;
    margin-top: 30px;
}

.con_three_l {
    width: 929px;
    float: left;
    min-height: 410px;
}

.con_three_lt {
    height: 54px;
    background: url(../images/kypt_logo.png) no-repeat left 22px;
    background: #004aa1;
    width: 914px;
    padding-left: 15px;
}

    .con_three_lt a.overm {
        float: right;
        font-size: 14px;
        color: #fff;
        line-height: 54px;
        margin-right: 10px;
    }

        .con_three_lt a.overm:hover {
            color: #feda14;
        }

    .con_three_lt h2 {
        line-height: 54px;
    }

        .con_three_lt h2 em {
            color: #538cd1;
            font-family: "times new roman";
            text-transform: uppercase;
            margin-left: 10px;
            font-size: 18px;
        }

        .con_three_lt h2:hover em { /*color: #c00;*/
        }

        .con_three_lt h2 a {
            color: #fff;
            font-size: 18px;
        }

    .con_three_lt p span {
        color: #999999;
        float: left;
    }

    .con_three_lt p em {
        float: right;
    }

#bsPanelHolder {
    display: none;
}

.con_three_lt p em a:hover {
    color: #f00;
}

.con_three_lt p em a {
    color: #c8000d;
    font-size: 13px;
}

.con_three_lb {
    width: 929px;
    height: 353px;
    background: #ffffff;
}

    .con_three_lb ul li {
        width: 464px;
        height: 140px;
        display: block;
        float: left;
        padding: 18px 0 18px 0;
    }

        .con_three_lb ul li a img {
            display: block;
            padding: 0 0 0 14px;
            float: left;
        }

.con_three_lb_r {
    float: left;
    width: 196px;
    height: 140px;
}

.con_three_lb_r_c {
    width: 160px;
    margin: 0 auto;
}

    .con_three_lb_r_c h3 {
        line-height: 26px;
        padding-top: 10px;
        font-size: 16px;
        font-weight: normal;
        height: 52px;
        overflow: hidden;
    }

        .con_three_lb_r_c h3 a {
            color: #333333;
        }

    .con_three_lb_r_c span {
        color: #999999;
        line-height: 38px;
        text-transform: uppercase;
    }

.more1 a {
    background: url(../images/more_logo.png) no-repeat;
    width: 101px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    color: #afafaf;
}

.con_three_lb ul li:hover h3 a {
    color: #c8000d;
}

.con_three_lb ul li:hover .more1 a {
    background: url(../images/hover_more.png) no-repeat;
    color: #fff;
}

.con_three_lb ul li:hover img {
    filter: alpha(opacity=80); /*IE滤镜，透明度50%*/
    -moz-opacity: 0.8; /*Firefox私有，透明度50%*/
    opacity: 0.8; /*其他，透明度50%*/
}

.con_three_lt h2:hover a {
    color: #feda14;
}

.con_three_lt p em a {
    color: #004aa1;
}

.con_three_r {
    width: 254px;
    float: right;
    min-height: 353px;
    background: #ffffff;
}

.con_three_rt {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #dbdbdb;
    background: url(../images/kjdh.png) no-repeat 85px center;
    background: #004aa1;
}

    .con_three_rt h2 {
        padding-left: 11px;
        height: 54px;
        line-height: 54px;
        font-size: 16px;
        color: #fff;
    }

        .con_three_rt h2 em {
            font-family: "times new roman";
            text-transform: uppercase;
            color: #538cd1;
            margin-left: 5px;
        }

        .con_three_rt h2 a:hover {
            color: #ff0;
        }

.con_three_rb {
    width: 244px;
    min-height: 200px;
    margin: 16px 0 0 10px;
}

    .con_three_rb ul li {
        width: 119px;
        height: 72px;
        display: block;
        float: left;
        padding: 0 3px 12px 0;
    }

.a_one {
    background: url(../images/dlgcx_bg.png) no-repeat;
}

.a_two {
    background: url(../images/qlgcx_bg.png) no-repeat;
}

.a_three {
    background: url(../images/qcgcx_bg.png) no-repeat;
}

.a_four {
    background: url(../images/ysgc_bg.png) no-repeat;
}

.a_five {
    background: url(../images/jxgcx_bg.png) no-repeat;
}

.a_six {
    background: url(../images/gcglx_bg.png) no-repeat;
}

.a_seven {
    background: url(../images/ggkjyb_bg.png) no-repeat;
}

.a_eight {
    background: url(../images/tsg_bg.png) no-repeat;
}

.con_three_rb ul li:hover {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -transform: scale(1.1,1.1);
}

.con_three_rb ul li a:hover {
    filter: alpha(opacity=80);
}

.con_three_rb ul li a {
    display: block;
    height: 30px;
    width: 119px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    padding-top: 29px;
}

.con_three_rb ul li:hover h3 a {
    color: #adadad;
}

.con_four {
    height: 365px;
    padding-top: 22px;
}

.con_four_t {
    height: 54px;
    padding-left: 15px;
    background: url(../images/xiaoren_bg.png) no-repeat center left;
    background: #004aa1;
}

    .con_four_t a.overm {
        float: right;
        line-height: 54px;
        color: #fff;
        font-size: 14px;
        margin-right: 10px;
    }

        .con_four_t a.overm:hover {
            color: #feda14;
        }

    .con_four_t h2 {
        line-height: 54px;
        font-size: 18px;
    }

        .con_four_t h2 a {
            color: #fff;
        }

        .con_four_t h2 em {
            font-family: "times new roman";
            text-transform: uppercase;
            color: #538cd1;
            margin-left: 10px;
        }

        .con_four_t h2:hover em { /*color: #c00;*/
        }

        .con_four_t h2:hover a {
            color: #feda14;
        }

    .con_four_t p {
        line-height: 18px;
        color: #999999;
    }

.con_four_b {
    height: 280px;
    background: #ffffff;
}

    .con_four_b ul {
        padding-left: 18px;
    }

        .con_four_b ul li {
            width: 221px;
            height: 260px;
            display: block;
            padding: 18px 2px 0;
            float: left;
        }

            .con_four_b ul li a img {
                display: block;
            }

            .con_four_b ul li h3 {
                padding-left: 7px;
            }

                .con_four_b ul li h3 a {
                    line-height: 60px;
                    color: #333333;
                    font-size: 14px;
                    font-weight: normal;
                }

            .con_four_b ul li:hover a img {
                filter: alpha(opacity=80); /*IE滤镜，透明度50%*/
                -moz-opacity: 0.8; /*Firefox私有，透明度50%*/
                opacity: 0.8; /*其他，透明度50%*/
            }

            .con_four_b ul li:hover h3 a {
                color: #235089;
            }

.con_five {
    background: #ffffff url(../images/yqlj_bg.jpg) no-repeat 110px 28px;
    height: 157px;
}

    .con_five h2 {
        color: #333333;
        font-size: 18px;
        font-weight: normal;
        line-height: 64px;
        padding-left: 28px;
        float: left;
    }

    .con_five span {
        display: block;
        float: right;
        line-height: 70px;
        padding-right: 15px;
    }

        .con_five span a {
            color: #666666;
        }

            .con_five span a:hover {
                color: #c8000d;
            }

    .con_five ul li {
        display: block;
        width: 229px;
        height: 63px;
        border: 1px solid #dfdfdf;
        border-right: none;
        float: left;
        overflow: hidden;
    }

        .con_five ul li a {
            display: block;
            height: 47px;
            padding-top: 16px;
        }

            .con_five ul li a img:hover {
                filter: alpha(opacity=80);
            }

            .con_five ul li a img {
                display: block;
                margin: 0 auto;
            }

    .con_five ul {
        display: block;
        height: 65px;
        padding-left: 32px;
        clear: both;
    }

        .con_five ul li:hover a img {
            -webkit-transform: scale(1.1,1.1);
            -moz-transform: scale(1.1,1.1);
            -transform: scale(1.1,1.1);
        }
/*首页END*/
/*学院简介*/
.b_con {
    width: 1200px;
    margin: 0 auto;
    min-height: 1000px;
}

.b_con_l {
    margin: 28px 0 0 6px;
    width: 228px;
    min-height: 600px;
    float: left;
    background: #fcfcfc;
}

.b_con_lt {
    width: 228px;
    height: 98px;
    position: relative;
}

.b_con_tit {
    background: url(../images/dh_top_bg.png) no-repeat;
    width: 240px;
    height: 98px;
    position: absolute;
    top: 0px;
    left: -6px;
}

.b_con_lb ul li {
    width: 228px;
    position: relative;
    vertical-align: middle;
    min-height: 35px;
}

    .b_con_lb ul li h2 {
        border-bottom: 1px solid #f1f0f0;
        font-size: 14px;
        font-weight: normal;
        padding: 14px 0;
    }
    
.c_submenu {
    background: #e4e4e4;
    display: block;
    overflow: hidden;
    display: none;
}

.b_con_lb li.ejdh_xd .c_submenu {
    display: block !important;
}

.b_con_lb li .c_submenu li {
    display: block;
    /*height: 35px;*/
    line-height: 35px;
    border-bottom: 1px solid #f1f0f0;
}

    /*.b_con_lb li .c_submenu&gt;li a:hover {
        background: #cb0101 url(../images/sjdh_bg.png) no-repeat 70px center;
    }*/

.b_con_lb li .c_submenu&gt;li&gt;a:hover {
    color: #ffffff;
}

    .b_con_lb li .c_submenu li:hover {
    }

    .b_con_lb li .c_submenu li&gt;a {
        line-height: 35px;
        padding-left:50px;
        box-sizing:border-box;
        font-size: 14px;
        color: #000000;
        display: block;
        height: 35px;
        min-height: 35px;
    }

.b_con_lb &gt; ul &gt; li.ejdh_xd &gt; h2{
    background: #cb0101 url(../images/ejdh_bg_c.png) no-repeat -42px 10px;
}
.b_con_lb &gt; ul &gt; li.ejdh_xd &gt; h2 a {
    color: #ffffff;
}
.b_con_lb &gt; ul &gt; li&gt; h2:hover {
    background: #cb0101 url(../images/ejdh_bg_c.png) no-repeat -42px 10px;
}

.b_con_lb &gt; ul &gt; li&gt; h2:hover a {
    color: #ffffff;
}
.b_con_lb ul li h2 a {
    line-height: 26px;
    color: #333333;
    display: block;
    padding-left: 30px;
    border-radius: 3px;
    box-sizing: border-box;
}

.ejdh_bg1 {
    background: url(../images/ejdh_bg_r.png) no-repeat;
    width: 11px;
    height: 35px;
    position: absolute;
    top: 9px;
    right: -11px;
    display: none;
}

.ejdh_bg2 {
    background: url(../images/ejdh_bg_l.png) no-repeat;
    width: 6px;
    height: 40px;
    position: absolute;
    top: 9px;
    left: -6px;
    display: none;
}

.b_con_lb {
    min-height: 200px;
    background: url(../images/ejdh_bg.png) no-repeat bottom right;
    padding-bottom: 65px;
}

    
        .b_con_lb ul li.ejdh_xd h2 a {
            /*color: #ffffff;*/
            /*background: #cb0101;*/
        }

        .b_con_lb ul li.ejdh_xd .ejdh_bg1 { /* display:block;*/
        }

        .b_con_lb ul li.ejdh_xd .ejdh_bg2 { /* display:block;*/
        }

    .b_con_lb ul li:hover h2 {
        border-bottom: 1px solid #fcfcfc;
    }

.c_submenu li.sjdh_xd .c_submenu_siji {
    display: block !important;
}

.b_con_lb li .c_submenu li.sjdh_xd&gt;a {
    background: #cb0101 url(../images/sjdh_bg.png) no-repeat 30px center;
    color: #ffffff;
}
.b_con_lb li .c_submenu&gt;li &gt; a:hover {
    background: #cb0101 url(../images/sjdh_bg.png) no-repeat 30px center;
    color: #ffffff;
}
.c_submenu_siji {
    display:none;
}
.c_submenu_siji .xuanzhong a {
    background: #cb0101 url(../images/sjdh_bg.png) no-repeat 50px center;
    color: #ffffff !important;
}
.c_submenu_siji a:hover {
    background: #cb0101 url(../images/sjdh_bg.png) no-repeat 50px center;
    color: #ffffff !important;
}
.b_con_lb li .c_submenu li .c_submenu_siji li a {
    display: block;
    padding-left: 70px;
    box-sizing: border-box;
}
.b_con_tit h3 {
    line-height: 36px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    padding-top: 14px;
}

.b_con_tit p {
    font-size: 16px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
}

.b_con_rt {
    height: 33px;
}

.b_con_lbb {
    width: 233px;
    float: left;
    min-height: 353px;
    background: #ffffff;
    padding-top: 16px;
}

.b_con_lbbt {
    height: 44px;
    border-bottom: 1px solid #dbdbdb;
    background: url(../images/kjdh.png) no-repeat 85px center;
}

    .b_con_lbbt h2 {
        padding-left: 11px;
        height: 44px;
        line-height: 44px;
        font-size: 16px;
        color: #004aa1;
    }

        .b_con_lbbt h2 a:hover {
            color: #c8000d;
        }

.b_con_lbbb {
    width: 244px;
    min-height: 200px;
    margin: 16px 0 0 0;
}

    .b_con_lbbb ul li {
        width: 119px;
        height: 59px;
        display: block;
        float: left;
        padding: 0 3px 12px 0;
    }

        .b_con_lbbb ul li:hover {
            -webkit-transform: scale(1.1,1.1);
            -moz-transform: scale(1.1,1.1);
            -transform: scale(1.1,1.1);
        }

        .b_con_lbbb ul li a {
            display: block;
            height: 30px;
            width: 119px;
            color: #ffffff;
            text-align: center;
            font-size: 14px;
            font-weight: normal;
            line-height: 30px;
            padding-top: 29px;
        }

        .b_con_lbbb ul li:hover h3 a {
            color: #adadad;
        }

.b_con_r {
    width: 912px;
    float: right;
    min-height: 600px;
    margin-top: 43px;
}

.b_con_rt {
    width: 912px;
    height: 30px;
    border-bottom: 1px solid #e8e8e6;
}

    .b_con_rt h1 {
        font-size: 16px;
        color: #333333;
        line-height: 30px;
        float: left;
        background: url(../images/xyjj_bg.png) no-repeat left center;
        padding-left: 14px;
    }

        .b_con_rt h1 em {
            color: #cb0101;
        }

    .b_con_rt p {
        display: block;
        float: right;
        color: #0f0f0f;
        background: url(../images/position_logo.png) no-repeat left center;
        height: 30px;
        padding-left: 16px;
        line-height: 30px;
    }

        .b_con_rt p a {
            color: #0f0f0f;
            clear: both;
        }

            .b_con_rt p a:hover {
                color: #c2252c;
            }

.b_con_rb {
    min-height: 300px;
    padding-bottom: 100px;
    font-size: 15px;
}

.xyjj {
    padding-top: 50px;
}

    .xyjj img {
        display: block;
        float: right;
    }

.img_1 {
    padding: 24px 0 0 10px;
}

.img_2 {
    padding: 30px 0 30px 20px;
}

.b_con_rb p {
    font-size: 13px;
    color: #333333;
    line-height: 30px;
}

.img_3 {
    padding: 10px 0 10px 0;
}

.xyjj p a:hover {
    color: #000
}

.xyjj p a {
    font-size: 13px;
    color: #235089;
}
/*学院简介*/
/*历史概况*/
.lsgk {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 50px;
}

    .lsgk ul {
        width: 1217px;
        min-height: 840px;
        padding-bottom: 28px;
    }

    .lsgk .game163 {
        position: relative;
    }

        .lsgk .game163 ul {
            min-height: 295px;
        }

            .lsgk .game163 ul.bigImg {
                width: 526px;
                margin: 0 auto;
            }

                .lsgk .game163 ul.bigImg li {
                    width: 526px;
                    height: auto;
                }

                    .lsgk .game163 ul.bigImg li h4 {
                        font-size: 14px;
                        font-weight: normal;
                        text-align: center;
                        line-height: 20px;
                        height: 40px;
                        padding: 5px 0;
                        overflow: hidden;
                    }

                        .lsgk .game163 ul.bigImg li h4 a {
                            color: #333;
                        }

        .lsgk .game163 .smallImg ul li {
            width: 292px;
            height: 162px;
            cursor: pointer;
        }

        .lsgk .game163 .smallScroll {
            position: relative;
        }

        .lsgk .game163 .prev, .lsgk .game163 .next {
            position: absolute;
            font-family: "宋体";
            font-size: 60px;
            color: #333;
            top: 105px;
            height: 80px;
            line-height: 80px;
            width: 60px;
            text-align: center;
            left: 130px;
        }

            .lsgk .game163 .prev:hover, .lsgk .game163 .next:hover {
                color: #c00;
            }

        .lsgk .game163 .smallScroll .sPrev, .lsgk .game163 .smallScroll .sNext {
            position: absolute;
            font-family: "宋体";
            font-size: 60px;
            color: #333;
            top: 38px;
            height: 80px;
            line-height: 80px;
            width: 60px;
            text-align: center;
            left: 0;
            z-index: 99;
        }

            .lsgk .game163 .smallScroll .sPrev:hover, .lsgk .game163 .smallScroll .sNext:hover {
                color: #c00;
            }

        .lsgk .game163 .smallScroll .sNext {
            right: 0;
            left: auto;
        }

        .lsgk .game163 .next {
            right: 130px;
            left: auto;
        }

    .lsgk ul li {
        display: block;
        float: left;
        width: 292px;
        height: 212px;
        padding-right: 5px;
    }

        .lsgk ul li img {
            display: block;
        }

        .lsgk ul li h3 {
            line-height: 50px;
            font-size: 14px;
            text-align: center;
            font-weight: normal;
        }

            .lsgk ul li h3 a {
                display: block;
                color: #333333;
            }

    .lsgk .smallImg ul li:hover img {
        filter: alpha(opacity=70); /*IE滤镜，透明度50%*/
        -moz-opacity: 0.7; /*Firefox私有，透明度50%*/
        opacity: 0.7; /*其他，透明度50%*/
    }

    .lsgk ul li:hover a {
        color: #cb0101;
    }
/*历史概况*/
/*历史概况详细*/
.lsgkxx_t {
    background: url(../images/lsgkxx_bg.png) no-repeat;
    width: 912px;
    height: 76px;
}

    .lsgkxx_t ul li {
        display: block;
        float: left;
        width: 76px;
        height: 76px;
        margin-right: 15px;
    }

        .lsgkxx_t ul li a {
            display: block;
            float: left;
            width: 76px;
            height: 76px;
            background: url(../images/lsgkxx_dian1.png) no-repeat center 10px;
        }

            .lsgkxx_t ul li a p {
                color: #333333;
                font-size: 14px;
                text-align: center;
                line-height: 48px;
                padding-top: 28px;
            }

        .lsgkxx_t ul li:hover a {
            background: url(../images/lsgkxx_dian2.png) no-repeat center 10px;
        }

        .lsgkxx_t ul li:hover p {
            color: #cb0101;
        }

        .lsgkxx_t ul li.xuanding1 a {
            background: url(../images/lsgkxx_dian2.png) no-repeat center 10px;
        }

        .lsgkxx_t ul li.xuanding1 p {
            color: #cb0101;
        }

.lsgkxx_b {
    min-width: 300px;
    padding-top: 34px;
}

.lsgkxx_bt h1 {
    line-height: 36px;
    font-size: 18px;
    color: #333333;
    background: url(../images/lsgkxx_xian.png) no-repeat bottom center;
    height: 36px;
    text-align: center;
}

.lsgkxx_bt p {
    margin: 0 auto;
    font-size: 14px;
    color: #333333;
    text-align: center;
    padding: 26px 0 80px 0;
}

    .lsgkxx_bt p a {
        font-size: 14px;
        color: #333333;
    }

        .lsgkxx_bt p a:hover {
            color: #cb0101;
        }

    .lsgkxx_bt p span {
        /*background:url(../images/time_logo.png) no-repeat;*/
        height: 16px;
        padding: 0 10px 0 20px;
    }

    .lsgkxx_bt p em {
        background: url(../images/chakan_logo.png) no-repeat center left;
        height: 16px;
        padding: 0 28px 0 22px;
    }

a.zuo {
    display: block;
    background: url(../images/zuo_bot.png) no-repeat;
    width: 49px;
    height: 49px;
    float: left;
    margin-top: 115px;
}

    a.zuo:hover[href] {
        background: url(../images/hover_zyo_bot.png) no-repeat;
    }

a.you:hover {
    background: url(../images/hover_you_bot.png) no-repeat;
}

a.you {
    display: block;
    background: url(../images/you_bot.png) no-repeat;
    width: 49px;
    height: 49px;
    float: right;
    margin-top: 115px;
}

.qiehuan img {
    display: block;
    float: left;
    margin-left: 143px;
}

.zi1 {
    clear: both;
    line-height: 28px;
    color: #333333;
    padding-top: 80px;
    font-size: 14px;
}
/*历史概况详细*/
/*BEGIN*/
.xyld_t ul {
    padding: 54px 0 0 162px;
}

    .xyld_t ul li {
        width: 261px;
        height: 223px;
        float: left;
        padding-right: 100px;
    }

        .xyld_t ul li a {
            display: block;
        }

            .xyld_t ul li a img {
                display: block;
                height: 171px;
            }

        .xyld_t ul li:hover a img {
            filter: alpha(opacity=590); /*IE滤镜，透明度50%*/
            -moz-opacity: 0.9; /*Firefox私有，透明度50%*/
            opacity: 0.9; /*其他，透明度50%*/
        }

.xyld_t h3 {
    text-align: center;
    font-size: 14px;
    line-height: 52px;
    font-weight: normal;
}

    .xyld_t h3 a {
        display: block;
        color: #333333;
    }

.xyld_t ul li:hover h3 a {
    color: #cb0101;
}

.xyld_b ul li {
    width: 216px;
    height: 200px;
    /*float:left;*/
    padding: 41px 0 0 12px;
    display:inline-block;
}

    .xyld_b ul li a {
        display: block;
    }

        .xyld_b ul li a img {
            display: block;
            width: 216px;
            height: 141px;
        }

    .xyld_b ul li:hover a img {
        filter: alpha(opacity=590); /*IE滤镜，透明度50%*/
        -moz-opacity: 0.9; /*Firefox私有，透明度50%*/
        opacity: 0.9; /*其他，透明度50%*/
    }

.xyld_b h3 {
    text-align: center;
    font-size: 14px;
    line-height: 58px;
    font-weight: normal;
}

    .xyld_b h3 a {
        display: block;
        color: #333333;
    }

.xyld_b ul li:hover h3 a {
    color: #cb0101;
}

.xyld_b {
    width: 912px;
    overflow: hidden;
}

    .xyld_b ul {
        width: 928px;
	text-align:center;
    }

.juzhong {
    margin-left: 368px;
}
/*END*/
/*BEGIN*/
.xyldxx_b {
    min-width: 300px;
    padding-top: 34px;
}

    .xyldxx_b h1 {
        line-height: 48px;
        font-size: 18px;
        color: #333333;
        background: url(../images/lsgkxx_xian2.png) no-repeat bottom center;
        height: 48px;
        text-align: center;
    }

    .xyldxx_b p {
        margin: 0 auto;
        font-size: 14px;
        color: #333333;
    }

        .xyldxx_b p a {
            font-size: 14px;
            color: #333333;
        }

            .xyldxx_b p a:hover {
                color: #cb0101;
            }

        .xyldxx_b p span {
            /*background:url(../images/time_logo.png) no-repeat;*/
            height: 16px;
            /* padding: 0 10px 0 20px; */
        }

        .xyldxx_b p em {
            background: url(../images/chakan_logo.png) no-repeat center left;
            height: 16px;
            padding: 0 28px 0 22px;
        }

.xyldxx_bt img {
    display: block;
    margin: 0 auto;
}

.zi2 {
    clear: both;
    line-height: 28px;
    color: #333333;
    font-size: 14px;
    padding-bottom: 62px;
    border-bottom: 1px solid #e9e9e9;
    min-height: 400px;
}

.shangxia {
    float: left;
}

.fhlb a {
    display: block;
    background: url(../images/fhlb_kuang.png) no-repeat;
    width: 75px;
    height: 33px;
    color: #717070;
    float: right;
    padding-left: 32px;
    line-height: 33px;
    margin-top: 28px;
}

    .fhlb a:hover {
        color: #cb0101;
    }
/*END*/
/*BEGIN*/
.djgz ul li {
    height: 54px;
    border-bottom: 1px dotted #989898;
    clear: both;
    background: url(../images/djgz_dian.png) no-repeat left 26px;
}

.xinwen {
    padding-top: 15px;
    overflow: hidden;
}

    .xinwen a:hover img {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .xinwen img {
        display: block;
        float: left;
    }

.xinwen_r {
    float: right;
    margin-left: 27px;
    width: 398px;
}

.c_kypt.xinwen_r {
    width: 620px;
}

.xinwen_r h3 {
    font-size: 14px;
    line-height: 42px;
}

    .xinwen_r h3 a {
        color: #c70515;
    }

        .xinwen_r h3 a:hover {
            color: #f80;
        }

.xinwen_r span {
    background: url(../images/time_logo_1.jpg) no-repeat center left;
    height: 12px;
    padding-left: 16px;
    color: #c70515;
    line-height: 12px;
}

.xinwen_r p {
    padding-top: 16px;
    color: #333333;
    line-height: 30px;
}

.xinwen_r em {
    display: block;
    height: 27px;
    border: 1px solid #dcdcdc;
    width: 87px;
    text-align: center;
    margin-top: 6px;
}

    .xinwen_r em a {
        display: block;
        height: 27px;
        line-height: 27px;
        color: #b2aeae;
    }

    .xinwen_r em:hover a {
        color: #c70515;
    }

    .xinwen_r em:hover {
        border: 1px solid #c70515;
    }

.djgz ul li h3 {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    padding: 6px 0 6px 18px;
    font-weight: normal;
    float: left;
}

.djgz .downfile {
    margin-top: 16px;
    background: #cb0101;
    height: 20px;
    margin-left: 10px;
    text-align: center;
    width: 50px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    float: right;
    transition: all ease 0.5s;
}

    .djgz .downfile:hover {
        color: #cb0101;
        background: #eee;
    }

.djgz ul li h3 a {
    display: block;
    color: #7b7979;
    width: 600px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.djgz ul li span {
    display: block;
    float: right;
    color: #828181;
    line-height: 40px;
    padding: 6px 0 6px 18px;
}

.djgz ul {
    margin: 12px 0 54px 0;
    min-height: 500px;
}

    .djgz ul li h3 a:hover {
        color: #0254ba;
    }
/*END*/
/*BEGIN*/
.djgzxx_b {
    min-width: 300px;
    padding-top: 34px;
}

    .djgzxx_b h1 {
        line-height: 48px;
        font-size: 18px;
        color: #333333;
        background: url(../images/lsgkxx_xian.png) no-repeat bottom center;
        min-height: 48px;
        text-align: center;
    }

    .djgzxx_b .c_textfifne {
        margin: 0 auto;
        font-size: 14px;
        color: #333333;
        text-align: center;
        padding: 5px 0 0 0;
    }

        .djgzxx_b .c_textfifne a {
            font-size: 14px;
            color: #333333;
        }

            .djgzxx_b .c_textfifne a:hover {
                color: #cb0101;
            }

        .djgzxx_b .c_textfifne span {
            background: url(../images/time_logo.png) no-repeat left 2px;
            height: 16px;
            padding: 0 10px 0 20px;
        }

        .djgzxx_b .c_textfifne em {
            background: url(../images/chakan_logo.png) no-repeat left 4px;
            height: 16px;
            padding: 0 28px 0 22px;
        }

.djgzxx_bt img {
    display: block;
    margin: 0 auto;
}

.zi3 {
    padding-top: 10px;
    padding-bottom: 62px;
    border-bottom: 1px solid #e9e9e9;
    height: auto !important;
    min-height: 500px;
    height: 500px;
}
/*END*/
/*BEGIN*/
.msjs {
    width: 912px;
    overflow: hidden;
    margin: 0 auto;
}

    .msjs ul {
        width: 1002px;
        margin-bottom: 70px;
    }

        .msjs ul li {
            width: 220px;
            height: 230px;
            background: #e8e8e6;
            margin: 10px 10px 0 0;
            float: left;
        }
    .msjs.new_ms ul li {
        height:auto;
    }
    .msjs.new_ms ul li img{
        height:275px;
    }
    .msjs ul li img {
        display: block;
    }

            .msjs ul li h3 {
                font-size: 14px;
                line-height: 34px;
                text-align: center;
                font-weight: normal;
            }

                .msjs ul li h3 a {
                    color: #333333;
                }

            .msjs ul li:hover {
                background: #cb0101;
            }

                .msjs ul li:hover img {
                    filter: alpha(opacity=80); /*IE滤镜，透明度50%*/
                    -moz-opacity: 0.8; /*Firefox私有，透明度50%*/
                    opacity: 0.8; /*其他，透明度50%*/
                }

                .msjs ul li:hover h3 a {
                    color: #fff;
                }

.xinwen1 ul li {
    width: 426px;
    height: 168px;
    display: block;
    float: left;
}
/*END*/
/*BEGIN*/
.wzdt {
}

    .wzdt .c_gohome {
        padding: 64px 0 60px;
        display: block;
    }

        .wzdt .c_gohome img:hover {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

    .wzdt div h4 {
        font-size: 18px;
        font-weight: normal;
        border-bottom: 1px solid #e8e8e6;
        height: 70px;
        line-height: 70px;
    }

    .wzdt div.c_shouye h4 {
        border: none;
    }

        .wzdt div.c_shouye h4 a {
            background: none;
        }

    .wzdt div h4 a {
        color: #cb0101;
        float: left;
        background: url(../images/xiangjiao.png) no-repeat center bottom;
        height: 70px;
        padding: 0 4px;
    }

        .wzdt div h4 a:hover {
            color: #450;
        }

    .wzdt div div {
        overflow: hidden;
        padding: 20px 0;
    }

        .wzdt div div a {
            float: left;
            font-size: 14px;
            padding-left: 15px;
            margin-right: 30px;
            background: url(../images/yuandiangg.png) no-repeat left center;
            color: #333;
            line-height: 36px;
            height: 36px;
        }

            .wzdt div div a:hover {
                color: #cb0101;
            }

.c_dianhua .c_tabletit {
    font-size: 18px;
    color: #cb0101;
    text-align: center;
    background: url(../images/jtxy.jpg) no-repeat center bottom;
    line-height: 2.4em;
    margin: 20px auto;
}

.c_table {
    border-top: 1px solid #e8e8e6;
}

    .c_table .c_tr {
        overflow: hidden;
        border-left: 1px solid #e8e8e6;
    }

        .c_table .c_tr .c_td {
            text-align: center;
            width: 226px;
            float: left;
            height: 50px;
            line-height: 50px;
            font-size: 14px;
            color: #606366;
            border-bottom: 1px solid #e8e8e6;
            border-right: 1px solid #e8e8e6;
        }
/*END*/
/*BEGIN*/
.c_midlist {
    overflow: hidden;
    padding-top: 20px;
    position: relative;
}

.c_txtScroll-left {
    background: #fff;
    padding: 5px 0;
}

.c_midlist .hxq_tzgg1 {
    height: 115px;
    width: 200px;
    float: left;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

    .c_midlist .hxq_tzgg1 a {
        display: block;
        padding: 8px;
        height: 99px;
        background: url(../images/tzggdt.png) no-repeat center;
        border-right: 1px dashed #e2e2e2;
    }

        .c_midlist .hxq_tzgg1 a:hover { /*background-color: #efefef;*/
        }

.c_midlist h2 {
    padding-top: 20px;
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    padding-left: 42px;
    margin-top: 5px;
    color: #fff;
}

    .c_midlist h2 a {
        display: block;
        color: #fff;
    }

        .c_midlist h2 a:hover {
            color: yellow;
        }

.c_midlist a.c_genfef {
    display: block;
    text-align: center;
    color: #538cd1;
    font-family: "times new roman";
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

    .c_midlist a.c_genfef:hover {
        color: yellow;
    }

.c_midnewslist {
    display: block;
}

    .c_midnewslist li {
        width: 460px;
        float: left;
        margin: 0 20px;
        overflow: hidden;
        height: 35px;
        line-height: 35px;
    }

        .c_midnewslist li span {
            float: right;
        }

        .c_midnewslist li h3 {
            font-size: 14px;
            font-weight: normal;
        }

            .c_midnewslist li h3 a {
                color: #333;
            }

                .c_midnewslist li h3 a:hover {
                    color: #cb0101;
                }

.con_one_tr a.c_gefewser {
    display: block;
    height: 33px;
    line-height: 22px;
    color: #333;
}

    .con_one_tr a.c_gefewser:hover {
        color: #cb0101;
    }

.c_slideBox1 {
    position: relative;
    width: 346px;
    height: 123px;
    overflow: hidden;
    margin: 0 auto;
}

    .c_slideBox1 .hd {
        position: absolute;
        right: 5px;
        bottom: 5px;
        z-index: 99;
    }

        .c_slideBox1 .hd ul li {
            float: left;
            background: #fff;
            padding: 0 5px;
            line-height: 16px;
            color: #333;
            margin: 0 0 0 5px;
            cursor: pointer;
        }

            .c_slideBox1 .hd ul li.on {
                float: left;
                background: #f00;
                color: #fff;
            }

.c_slideBox2 {
    position: relative;
    width: 346px;
    height: 123px;
    overflow: hidden;
    margin: 0 auto;
}

    .c_slideBox2 .hd {
        position: absolute;
        right: 5px;
        bottom: 5px;
        z-index: 99;
    }

        .c_slideBox2 .hd ul li {
            float: left;
            background: #fff;
            padding: 0 5px;
            line-height: 16px;
            color: #333;
            margin: 0 0 0 5px;
            cursor: pointer;
        }

            .c_slideBox2 .hd ul li.on {
                float: left;
                background: #f00;
                color: #fff;
            }

.c_slideBox3 {
    position: relative;
    width: 346px;
    height: 123px;
    overflow: hidden;
    margin: 0 auto;
}

    .c_slideBox3 .hd {
        position: absolute;
        right: 5px;
        bottom: 5px;
        z-index: 99;
    }

        .c_slideBox3 .hd ul li {
            float: left;
            background: #fff;
            padding: 0 5px;
            line-height: 16px;
            color: #333;
            margin: 0 0 0 5px;
            cursor: pointer;
        }

            .c_slideBox3 .hd ul li.on {
                float: left;
                background: #f00;
                color: #fff;
            }
/*END*/
/*首页专题专栏*/
.hxq_ztzl {
    background-color: #fff;
    margin: 20px 0 0 0;
}

.hxq_ztzl_l {
    width: 200px;
    float: left;
    padding: 21px 0;
    background-color: #aa0101;
}

    .hxq_ztzl_l h2 {
        padding: 0 0 0 0;
        line-height: 30px;
        text-align: center
    }

        .hxq_ztzl_l h2 a {
            font-size: 18px;
            color: #fff;
        }

            .hxq_ztzl_l h2 a:hover {
                color: yellow;
            }

.hxq_ztzl_r {
    height: 72px;
    float: left;
    background: #cb0101;
}

    .hxq_ztzl_r ul {
    }

    .hxq_ztzl_r li {
        width: 200px;
        float: left;
        text-align: center;
        line-height: 30px;
    }

        .hxq_ztzl_r li a {
            border-left: 1px solid #aa0101;
            height: 72px;
            line-height: 72px;
            display: block;
            color: #fff;
            font-weight: bold;
            font-size: 16px;
        }

            .hxq_ztzl_r li a:hover {
                color: #ff0;
            }
/*首页专题专栏*/
.floatingAd .ad {
}
</pre></body></html>